boot loader - definizione. Che cos'è boot loader
Diclib.com
Dizionario ChatGPT
Inserisci una parola o una frase in qualsiasi lingua 👆
Lingua:

Traduzione e analisi delle parole tramite l'intelligenza artificiale ChatGPT

In questa pagina puoi ottenere un'analisi dettagliata di una parola o frase, prodotta utilizzando la migliore tecnologia di intelligenza artificiale fino ad oggi:

  • come viene usata la parola
  • frequenza di utilizzo
  • è usato più spesso nel discorso orale o scritto
  • opzioni di traduzione delle parole
  • esempi di utilizzo (varie frasi con traduzione)
  • etimologia

Cosa (chi) è boot loader - definizione

COMPUTER PROGRAM THAT IS USED WHEN STARTING A COMPUTER
Boot loader; Bootloaders; Boot manager; Boot Loader
  • GNU GRUB, a popular open source bootloader
  • Windows bootloader

Bootloader         
A bootloader, also spelled as boot loader or called boot manager and bootstrap loader, is a computer program that is responsible for booting a computer.
Loader (equipment)         
  • Semi-curved compact loader on a John Deere compact utility tractor
  • Close-up of articulated steering apparatus
  • Armored wheel loader of the Israeli Defense Forces
  • Loader removing snow in [[Jyväskylä]], Finland
  • Visibility comparison of different loader designs
  • CAD model tracing of a skid loader mechanism
  • San Marcos.]]
  • Traction chains on a wheel loader
HEAVY EQUIPMENT MACHINE
Wheel loader; Front-end loader; Tractor Loader; Front end loader; Scoop loader; Bucket loader; Scoop Loader; Wheeled loader; Front-loader; Wheel Loader – Integrated Toolcarriers; Wheel Loader - Integrated Toolcarriers; Wheel loaders; Frontloader; Tractor shovel; Material loaders; Wallboard cranes; Material loader; Wallboard crane; Front-end loaders; Payloader; Log loader; Skip loader; Cat950m
A loader is a heavy equipment machine used in construction to move or load materials such as soil, rock, sand, demolition debris, etc. into or onto another type of machinery (such as a dump truck, conveyor belt, feed-hopper, or railroad car).
Comparison of boot loaders         
WIKIMEDIA LIST ARTICLE
List of bootloaders; BootIt Next Generation; Gujin; AiR-Boot; Akernelloader; Darwin Boot Loader; BootKey; MasterBooter; PLoP Bootmanager; Smart Boot Manager; SPFdisk; BootIt Bare Metal; Comparison of boot loaders
The following tables compare general and technical information for a number of available boot loaders.

Wikipedia

Bootloader

A bootloader, also spelled as boot loader or called boot manager and bootstrap loader, is a computer program that is responsible for booting a computer.

When a computer is turned off, its software‍—‌including operating systems, application code, and data‍—‌remains stored on non-volatile memory. When the computer is powered on, it typically does not have an operating system or its loader in random-access memory (RAM). The computer first executes a relatively small program stored in read-only memory (ROM, and later EEPROM, NOR flash) along with some needed data, to initialize RAM (especially on x86 systems), to access the nonvolatile device (usually block device, eg NAND flash) or devices from which the operating system programs and data can be loaded into RAM.

Some earlier computer systems, upon receiving a boot signal from a human operator or a peripheral device, may load a very small number of fixed instructions into memory at a specific location, initialize at least one CPU, and then point the CPU to the instructions and start their execution. These instructions typically start an input operation from some peripheral device (which may be switch-selectable by the operator). Other systems may send hardware commands directly to peripheral devices or I/O controllers that cause an extremely simple input operation (such as "read sector zero of the system device into memory starting at location 1000") to be carried out, effectively loading a small number of boot loader instructions into memory; a completion signal from the I/O device may then be used to start execution of the instructions by the CPU.

Smaller computers often use less flexible but more automatic boot loader mechanisms to ensure that the computer starts quickly and with a predetermined software configuration. In many desktop computers, for example, the bootstrapping process begins with the CPU executing software contained in ROM (for example, the BIOS of an IBM PC or an IBM PC compatible) at a predefined address (some CPUs, including the Intel x86 series are designed to execute this software after reset without outside help). This software contains rudimentary functionality to search for devices eligible to participate in booting, and load a small program from a special section (most commonly the boot sector) of the most promising device, typically starting at a fixed entry point such as the start of the sector.